home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  99 b   |  7 lines

  1. on keyUp
  2.   if (the key = RETURN) or (the key = TAB) then
  3.     register()
  4.     cursor(0)
  5.   end if
  6. end
  7.